Welcome![Sign In][Sign Up]
Location:
Search - odbc mdb

Search list

[ADO-ODBCetl_src.zip

Description: 使用ADO的数据复制原型 这是一个几乎在七年前我试图做的数据复制原型。它的一些部份可能仍然很有趣。最初,它使用了一个建造在ODBC上的的专有库,但是它可被容易地修改以使用任何的数据库接口层。 演示例子使用ADO和MSDEV 中自带 Nwind.mdb MS Access数据库。 这个原型引擎使用一个实际的或者人工制定的唯一的数据库内索引来标识一个记录。 在插入记录时可以正确处理Auto-Number或Counter数据类型。通过初始化复制条目集合或复制器类的Init方法中的链接描述符来执行复制计划。参考DemoCopyHelper.cpp这个例子.
Platform: | Size: 86229 | Author: | Hits:

[ADO-ODBCODBCAPI

Description: 一个简单的学生管理器,但是包括了使用ODBC API访问数据库的基本操作。程序使用的是一个简单的Access数据库student.mdb-a simple management for students, but including the use of ODBC API access to the database of basic operation. The procedure is a simple Access database student.mdb
Platform: | Size: 72169 | Author: 王林 | Hits:

[Driver DevelopODBCSelectExample

Description: 实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果,缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显示执行的查询。 源程序:本章实例的源程序都在MyOdbcSmpl目录中,可以根据本书给出的源程序说明,参考源程序。 -Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the importation, and the final decision whether the output query results, as shown by default, click the "executive"
Platform: | Size: 555847 | Author: 祝庆荣 | Hits:

[GUI DevelopmyAddressList

Description: MyWindowHandler.java//关闭窗体,结束程序 MyFrameModel.java//框架模版 MyDialogModel.java//对话框模版 MyJDBC.java//数据增删改查 MyAddDialog.java//添加记录 MyDelDialog.java//删除记录 MyModDialog.java//修改记录 MySeaDialob.java//查询记录 MyAddressList.java//通讯录主面板 MyChechExp.java// 输入校验 使用前要在ODBC数据源中注册AddressList.mdb 为正常显示,请保证分辨率为1024*768 若列宽显示不正常,请将MyAddressList.java构造函数中第二行的 //this.tableInitialize() 恢复并编译-MyWindowHandler.java / / close windows, closing procedures MyFrameModel.java / / template framework MyDialogModel.java / / dialog template MyJDBC.java / / change data makes investigations MyAddDialog.java / / add records MyDelDialog.java / / delete records MyModDialog.java / / modifying records MySeaDialob.java / / search record MyAddressList.java / / directory main panel MyChechExp.java / / input verification prior to the use of ODBC data source for the normal registration AddressList.mdb, please ensure a resolution of 1024 * 768 if out that the lack of normal width , I would be grateful if MyAddressList.java Constructors second trip / / this.tableInitialize () to restore and build
Platform: | Size: 69511 | Author: 欧阳靖嘉 | Hits:

[Other resourceODBCDB

Description: 在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo 直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下-in VC environment before running the program, to be registered ODBC data source, bookinfo.mdb for database files, Data Sources bookinfo name of the executable file to run also need to database files and executable files on the under the same path
Platform: | Size: 80506 | Author: 黄石 | Hits:

[WEB Code2004530164211

Description: 1.数据连接:ODBC>>系统DNS>>BBS 数据库文件bbs01.mdb 无用户名及密码 2.class文件,位于JAVACLASS目录下,请将其下的TEST目录,放到CLASSPATH指定的目录下。 其中bbsreg.java包含数据库连接部分,必要时可重新编译。 3.本论坛管理员名及密码:anan -1. Data connections : ODBC
Platform: | Size: 162281 | Author: kidid | Hits:

[Other resourceodbc-student

Description: VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。
Platform: | Size: 283558 | Author: 李发 | Hits:

[hospital software system医药企业综合信息管理系统

Description: 本系统以Visual C++开发“医药企业综合信息管理系统”为背景,按照商业信息管理系统设计的实现过程,循序渐进的介绍商业信息管理系统开发的思路、方法和技巧。 本实例是在Windows 2000下开发的,程序测试环境为Windows 2000和Windows XP。用户在Windows 98、Windows 2000和Windows XP下都可使用 本书实例的后台采用的是 Access数据库,数据库文件“ypgl.mdb”保存在光盘目录下Mingrisoft中 程序正常运行需要配置ODBC,作者开发了“AutoConfig.exe”用于自动完成此工作。“AutoConfig.exe”的源程序在光盘目录下“自动配置ODBC”目录中(通常情况下,读者无需考虑数据库的配置问题,管理系统会自动完成此项工作)
Platform: | Size: 5168738 | Author: dyf3003003 | Hits:

[WEB CodeJSP网络购物系统 v1.0 简易安装版

Description: 一个J2EE开发的商务网站1.配置tomcat服务器--首先安装jdk,后安装tomcat 详细配置说明 2.点击jspshop 1.0.exe安装文件。(注意在安装时选择目录 tomcat根目录\webapps\root.) 3.设置数据源:控制面板--管理工具--数据源(ODBC)--添加 用户数据源 选择 驱动器为:microsoft Access Driver 数据源名为jspshop 数据库在 tomcat根目录\webapps\root\jspshop\database\db.mdb 数据库可以重命名(建议); 4.安装成功,重新启动服务器Tomcat,用浏览器中输http://localhost:8080/jspshop进行测试 -a J2EE development of a business website. Tomcat server configuration-- first jdk installed, installed after tomcat detailed configuration Note 2. Click jspshop 1.0.exe installation. (Note that the installation directory tomcat root directory \ webapps \ root.) 3. Set up data sources : the control panel-- Tools-- Data Sources (ODBC)-- Data Sources add users to choose Drivers : microsoft Access Driver data source database called jspshop tomcat root directory \ webapps \ root \ jspshop \ database \ db.mdb database can rename (proposal); 4. the successful installation, restart Tomcat server, browser lost http://localhost:8080/jspshop test
Platform: | Size: 1488896 | Author: 张三 | Hits:

[ADO-ODBCODBCAPI

Description: 一个简单的学生管理器,但是包括了使用ODBC API访问数据库的基本操作。程序使用的是一个简单的Access数据库student.mdb-a simple management for students, but including the use of ODBC API access to the database of basic operation. The procedure is a simple Access database student.mdb
Platform: | Size: 71680 | Author: 王林 | Hits:

[Driver DevelopODBCSelectExample

Description: 实例有关说明: 数据源:本实例使用的数据源在本章实例MyOdbcSmpl目录中,数据源为ACCESS数据源,数据文件为Mydb.mdb。请根据本章2.4.1创建ODBC数据源中所指示的ODBC数据源管 理器(ODBC32.exe)来创建和配置数据源MyDB(也可以命名为其他名称)。 执行结果:本章实例的执行结果MyOdbcSmpl目录中的可执行文件MyOdbcSmpl.exe。在数据源中选择刚配置的MyDB,在数据表或视图中选择要查询的表或视图,选择查询的列,如果有查询条件,请在查询条件中输入,最后确定是否输出显示查询结果,缺省为显示,单击“执行”按钮,执行查询并显示查询结果,在SQL语句框中显示执行的查询。 源程序:本章实例的源程序都在MyOdbcSmpl目录中,可以根据本书给出的源程序说明,参考源程序。 -Note : Data Source : The data used by the examples in this chapter source directory MyOdbcSmpl example, ACCESS data source for data sources, data files for Mydb.mdb. Requests under this chapter 2.4.1 create ODBC data source as directed by the ODBC Data Source Manager (ODBC32.exe) to create and configure data sources MyDB (also named other names). Outcome : examples of this chapter MyOdbcSmpl results of the implementation of the directory MyOdbcSmpl.exe executable files. The data sources to choose just the MyDB configuration, the data in Table View or choose to check the table or view, the choice for the series, if there are inquiries conditions, the conditions for the importation, and the final decision whether the output query results, as shown by default, click the "executive"
Platform: | Size: 556032 | Author: 祝庆荣 | Hits:

[Other DatabasesODBCDB

Description: 在VC环境下运行程序前,必须注册ODBC数据源,数据库文件为bookinfo.mdb,数据源名称为bookinfo 直接运行可执行文件也需要将数据库文件与可执行文件放在同一路径下-in VC environment before running the program, to be registered ODBC data source, bookinfo.mdb for database files, Data Sources bookinfo name of the executable file to run also need to database files and executable files on the under the same path
Platform: | Size: 79872 | Author: 黄石 | Hits:

[WEB Codeaddr

Description: 本通讯簿所支持的操作系统为 Windows NT4.0 (Service Pack3) 以上, 数据库为支持ODBC的任何一种数据库,本系统使用的是SQL Server 7.0 和Microsoft Access。客户端为任何一种浏览器-the Address Book supported by the operating system to Windows NT4.0 (Service Pac- k) above, the database supports ODBC for any of the databases, The use of the system is SQL Server 7.0 and Microsoft Access. Client in any browser
Platform: | Size: 18432 | Author: 陈海峰 | Hits:

[ERP-EIP-OA-Portalzuliwuyeguanlixitong

Description: 本章示例使用的是Windows2000 Professional版的操作系统,使用的数据库为Microsoft Office2000中的Access。 使用前只需要把附带的ZuFangGuanLi.mdb设置成以ZuFang为名的ODBC数据源即可-example of this chapter is the use of the Windows 2000 Professional version of the operating system EC to use the database for Microsoft Access the Office2000. It is necessary before use only incidental to ZuFangGuanLi.mdb set to the name of O ZuFang DBC data source can be
Platform: | Size: 195584 | Author: wang | Hits:

[CommunicationBankAccout

Description: ATM文件夹为DCOM客户端代码。 Bank文件夹为DCOM服务器端代码。 BankAccount.mdb为DCOM服务器端数据库。 1. 服务器端运行准备 将Bank.EXE、Bankps.dll及BankAccount.mdb数据库文件复制到服务器端。 在DOS环境下进入Bankps.dll所在目录,运行regsvr32 bankps.dll进行注册。 设置数据库:打开操作系统控制面板,打开管理工具-数据源 (ODBC),添加 系统DSN,命名为BankAccount,选择BankAccount.mdb文件作为数据源。 运行前先用Access打开BankAccount.mdb文件添加若干账户及密码、存款余额。 2. 客户端运行准备 将组件服务器端生成的Bankps.dll复制到客户端可执行程序ATM.EXE文件夹下, 在DOS环境下进入该目录,执行命令regsvr32 bankps.dll进行注册。 运行ATM.EXE出现登录界面,登录成功后可看到存款余额,然后进行存/取款。 -err
Platform: | Size: 3164160 | Author: lxj | Hits:

[JSP/Javajspshop

Description: jsp+access开发的网上销售手机网站 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置 设置完数据源以后,您只须把我们给您的文件中的classes文件下复制到 网站根目录的web-inf文件夹下面; 然后重启服务器即可。-jsp+ access the development of mobile phones online sales site 1. to enter the
Platform: | Size: 736256 | Author: | Hits:

[JSP/Javabookshop

Description: 本科时候的毕业设计,用jsp做的网上书店, 1.进入“控制面板”-->管理工具”--->“数据源(ODBC)” 2.选择“用户DNS” 3.点击“添加”---〉选择驱动器“Microsoft Access Driver”---点击“完成” 4.填写数据源名:shnxn 5.选择数据库(我们网站的数据库所在位置,缺省为frshop下面database下的db.mdb,为了安全,您可以把数据库放置 在任何地方,只需保证这里的连接到那个数据库即可) 6.单击“确定” 7.完成数据源设置-Time undergraduate graduation design, using jsp to do the online bookstore, 1. To enter the
Platform: | Size: 1390592 | Author: | Hits:

[Other Databasesodbc-student

Description: VC++60编译通过,利用ODBC操作*.mdb数据库,非常完善的学生信息管理系统。可以改为其它数据库。-VC++ 60 compiler through the use of ODBC operation*. mdb database, an excellent student information management system. Could be converted to other databases.
Platform: | Size: 283648 | Author: 李发 | Hits:

[ADO-ODBCStudentScore

Description: 使用vc++操作access数据库的一个很好的例程,程序中直接使用odbc的方法读些*.mdb文件,操作简单,程序中有很多注释,适合于刚开始学习用vc访问access数据库的人做参照-Using vc++ operator access the database a good routine, the program directly using the odbc read some of the methods*. mdb file, simple operation, procedures there are many notes, suitable for the beginning of the study visit to access the database using vc people done with reference to
Platform: | Size: 74752 | Author: wj | Hits:

[ADO-ODBCODBC

Description: 运行程序前,必须注册ODBC数据源,数据库文件为students.mdb,数据源名称为students-Before running the program, you must register an ODBC data source, database file students.mdb, data source name for the students
Platform: | Size: 87040 | Author: panlei | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net